home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / little_sister_fancy.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2010-11-09  |  117b  |  8 lines

  1. on(release){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.stopDrag();
  5.       _root.matchCheck(this);
  6.    }
  7. }
  8.